home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / McAfee SiteAdvisor 26.6 / safe.xpi / chrome / safe.jar / content / ppnotification.xul < prev    next >
Extensible Markup Language  |  2007-05-31  |  768b  |  16 lines

  1. ∩╗┐<?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 
  3. <!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
  4. <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="extra1" buttonlabelextra1="OK" buttonorient="horizontal" buttonalign="center" ondialogextra1="window.close();" id="safe-ppnotification" screenX="150" screenY="150" persist="screenX,screenY" windowtype="safe:ppnotification" width="500" height="325" title="&safe.ppnotification.dlg.title;">
  5.  
  6.  
  7. <hbox align="center">
  8.  
  9. <html:iframe width="450" height="240" id="aboutiframe" src="chrome://safe/content/ppnotification.xhtml" flex="1"/>
  10.  
  11.  
  12.  
  13. </hbox>
  14.  
  15.  
  16. </dialog>